home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 December / WPCDEC97.ISO / DXRS / GESWDEC.DXR / 00003_GESGettingStarted Frane.ls < prev    next >
Encoding:
Text File  |  1997-10-13  |  616 b   |  35 lines

  1. on exitFrame
  2.   global IFLCanChange, GESDesOnStage, GESWhichXplor
  3.   go(the frame)
  4.   case GESWhichXplor of
  5.     0:
  6.       GESExplorePc()
  7.     1:
  8.       GESInsideSystem()
  9.     2:
  10.       GESExplorePrinters()
  11.     3:
  12.       GESExploreNoteBook()
  13.   end case
  14.   if the mouseUp then
  15.     set IFLCanChange to 1
  16.   end if
  17.   if (GESDesOnStage = 0) or (GESDesOnStage = 2) then
  18.     ADDAdvertBreak(6)
  19.   else
  20.     set the locH of sprite 48 to 2000
  21.     updateStage()
  22.   end if
  23.   case GESWhichXplor of
  24.     0:
  25.       GESQuitCD()
  26.     1:
  27.       GESQuitCD()
  28.     2:
  29.       GESQuitCD()
  30.     3:
  31.       GESnoteQuitCD()
  32.   end case
  33.   IFLsectionWordAnimate()
  34. end
  35.